extractZip

suspend fun extractZip(file: Path, dest: Path? = null): Path

Extract a zip

Parameters

file

path to the zip

dest

destination directory. Will be a temp directory if null.

Sources

js source
Link copied to clipboard